7 Uncertainty Adjusted ProbabilityΒΆ
from src.plot import plot_climatehist
plot_climatehist("""Figure 5: Distorted climate model distribution""")
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = """Figure 6: Distorted Probability of a Technology Change Jump"""
plot_simulatedpath_full2(graph_type="distorted_tech_prob", graph_title = title, yaxis_label="", graph_range=[0,1], before15=False)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = """Figure 7: Distorted Probability of a Damage Jump"""
plot_simulatedpath_full2(graph_type="distorted_damage_prob", graph_title = title, yaxis_label="", graph_range=[0,1], before15=False)
from src.plot import plot_gammahist
plot_gammahist("""Figure 8: Distorted Climate Model Distribution""")